@import url(https://db.onlinewebfonts.com/c/0b7d8a39b62b28cf0cfe3cea90b8baa3?family=Gabriel+Weiss%27+Friends+Font);

body{
    background-color: black;
    font-family: "Gabriel Weiss' Friends Font";
}
.lightheader{
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textBox{
    text-align: center;
    margin: auto;
    color: white;
    width: 100%;
    height: 450px;
    margin-top: 10px;
    font-size: 11.4rem;
    line-height: 33px;
    border: black 2px solid;
}

.getStarted{
    font-family: "Gabriel Weiss' Friends Font";
    height: 120px;
    width: 350px;
    margin-top: 150px;
    margin-bottom: 250px;
    font-size: 1.9rem;
    border-radius: 127px;
    border: 8px solid white;
    background-color: white;
    color: black;
    text-align: center;
    transition: all 0.5s ease;
}

.getStarted:hover{
    width: 400px;
    height: 170px;
    background-color: black;
    border: 17px solid white;
    color: white;
}
